home *** CD-ROM | disk | FTP | other *** search
/ Amiga Plus 2000 #5 / Amiga Plus CD - 2000 - No. 5.iso / t / Play.bak.1 < prev    next >
Text File  |  2000-01-01  |  355b  |  14 lines

  1. failat 31
  2. if not exists env:quickstarted
  3. Echo "Die CD ist nicht eingerichtet!*nBitte zuerst Quickstart ausführen!"
  4. wait 2
  5. quit
  6. endif
  7.  
  8. requestfile TITLE "Welches MP3 wollen sie betrachten?" DRAWER "`list Play LFORMAT="%F"`" >env:APCDMP3Temp
  9. if warn
  10. quit
  11. endif
  12. set a `list $apcdmp3temp LFORMAT="%F%N"`
  13. EXECUTE >NIL: APCD:Scripts/viewhtml "$a" MP3 >NIL:
  14. quit